home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / celestia / celestia-win32-1.2.4.exe / {app} / data / solarsys.ssc < prev    next >
Encoding:
Text File  |  2002-05-01  |  23.8 KB  |  1,400 lines

  1. # Data for our solar system.
  2.  
  3. "Mercury" "Sol"
  4. {
  5.     Texture "mercury.jpg"
  6.     BumpMap "mercurybump.jpg"
  7.     BumpHeight 2.5
  8.     Radius 2440
  9.  
  10.     CustomOrbit "mercury"
  11.     EllipticalOrbit {
  12.     Period            0.2408
  13.     SemiMajorAxis     0.3871
  14.     Eccentricity      0.2056
  15.     Inclination       7.0049
  16.     AscendingNode    48.33167
  17.     LongOfPericenter 77.456
  18.         MeanLongitude   252.251
  19.     }
  20.  
  21.     RotationPeriod 1047.509
  22.     Obliquity         7.01
  23.     LongOfRotationAxis 228.31
  24.  
  25.     Albedo            0.06
  26. }
  27.  
  28. "Venus" "Sol"
  29. {
  30.     Texture "venus.jpg"
  31.     # BumpMap "venusbump.jpg"
  32.     HazeColor [ 0.5 0.35 0.2 ]
  33.     HazeDensity 0.35
  34.     Radius 6052
  35.  
  36.     Atmosphere {
  37.         Height 60
  38.         Lower [ 0.8 0.8 0.5 ]
  39.         Upper [ 0.6 0.6 0.6 ]
  40.         Sky [ 0.8 0.8 0.5 ]
  41.     }
  42.  
  43.     CustomOrbit "venus"
  44.     EllipticalOrbit {
  45.         Period            0.6152
  46.         SemiMajorAxis     0.7233
  47.         Eccentricity      0.0068
  48.         Inclination       3.3947
  49.         AscendingNode     76.681
  50.         LongOfPericenter 131.533
  51.             MeanLongitude    181.979
  52.     }
  53.  
  54.     RotationPeriod  5832.444
  55.     Obliquity       177.4
  56.     LongOfRotationAxis 302.07
  57.  
  58.     Albedo            0.77
  59. }
  60.  
  61. "Earth" "Sol"
  62. {
  63.     Texture "earth.png"
  64.     # Texture "earth8k.dds"
  65.     NightTexture "earthnight.jpg"
  66.     # CompressTexture true
  67.     Color [ 0.85 0.85 1.0 ]
  68.     SpecularColor [ 0.5 0.5 0.55 ]
  69.     SpecularPower 25.0
  70.     HazeColor [ 1 1 1 ]
  71.     HazeDensity 0.3
  72.     Radius 6378
  73.     # Oblateness 0.003
  74.  
  75.     Atmosphere {
  76.         Height 60
  77.         Lower [ 0.5 0.5 0.65 ]
  78.         Upper [ 0.3 0.3 0.6 ]
  79.         Sky [ 0.3 0.6 0.9 ]
  80.         CloudHeight 7
  81.         CloudSpeed 65
  82.         CloudMap "earth-clouds.png"
  83.     }
  84.  
  85.     CustomOrbit "vsop87-earth"
  86.     EllipticalOrbit {    
  87.         Period            1.0000
  88.         SemiMajorAxis     1.0000
  89.         Eccentricity      0.0167
  90.         Inclination       0.0001
  91.         AscendingNode   348.739
  92.         LongOfPericenter 102.947
  93.             MeanLongitude   100.464
  94.     }
  95.  
  96.     RotationPeriod   23.9344694 # 23.93419
  97.     RotationOffset   280.5    # offset at default epoch J2000
  98.     Obliquity        -23.45
  99.     Albedo            0.30
  100. }
  101.  
  102. "Moon" "Sol/Earth"
  103. {
  104.     Texture "moon.jpg"
  105.     BumpMap "moonbump1k.jpg"
  106.     # Texture "moon4k.dds"
  107.     BumpHeight 0.7
  108.     Radius   1737.53
  109.     Oblateness 0.002
  110.  
  111.     CustomOrbit "moon"
  112.     EllipticalOrbit {
  113.         Period           27.321661
  114.         SemiMajorAxis    384400
  115.         Eccentricity     0.054900
  116.         Inclination      5.15
  117.     }
  118.  
  119.     RotationOffset         43
  120.  
  121.     Albedo           0.12
  122. }
  123.  
  124. "Mir" "Sol/Earth"
  125. {
  126.     Class "spacecraft"
  127.     Mesh "mir.3ds"
  128.     Radius 0.015      # Mir is about 30 meters long
  129.  
  130.     # Assuming these elements to be constant isn't accurate . . .
  131.     # Celestia really needs to support better orbit models.
  132.     EllipticalOrbit {
  133.         Period            0.06415338
  134.         SemiMajorAxis  6769
  135.         Eccentricity      0.0000831
  136.         Inclination      51.6461
  137.         AscendingNode    83.8459
  138.         ArgOfPericenter 296.4901
  139.         MeanAnomaly      63.6005
  140.     }
  141.  
  142.     Albedo           0.10
  143. }
  144.  
  145. "ISS" "Sol/Earth"
  146. {
  147.     Class "spacecraft"
  148.     Mesh "iss.3ds"
  149.     Radius 0.015
  150.  
  151.     EllipticalOrbit {
  152.         Period          0.064176392
  153.         SemiMajorAxis   6767
  154.         Eccentricity    0.0016886
  155.         Inclination      51.5684
  156.         AscendingNode   343.1518
  157.         ArgOfPericenter 346.2476
  158.         MeanAnomaly      13.8216
  159.         Epoch           2452028.18381755
  160.     }
  161.  
  162.     Albedo        0.10
  163. }
  164.  
  165. "Hubble" "Sol/Earth"
  166. {
  167.     Class "spacecraft"
  168.     Mesh "hubble.3ds"
  169.     Radius 0.015
  170.  
  171.     EllipticalOrbit {
  172.         Period          0.06903
  173.         SemiMajorAxis   6767
  174.         Eccentricity    0.0012082
  175.         Inclination      28.4675
  176.         AscendingNode    51.0100
  177.         ArgOfPericenter  27.0378
  178.         MeanAnomaly     333.0836
  179.         Epoch           2452028.18381755
  180.     }
  181.  
  182.     Albedo       0.10
  183. }
  184.  
  185. "Mars" "Sol"
  186. {
  187.     Texture "mars.jpg"
  188.     # Texture "mars4k.dds"
  189.     BumpMap "marsbump1k.jpg"
  190.     BumpHeight 2.5
  191.     Color   [ 1 0.75 0.7 ]
  192.     HazeColor [ 1 1 1 ]
  193.     HazeDensity 0.45
  194.     Radius 3394
  195.     # Oblateness 0.006
  196.  
  197.     Atmosphere {
  198.         Height 30
  199.         Lower [ 0.8 0.6 0.6 ]
  200.         Upper [ 0.7 0.3 0.3 ]
  201.         Sky [ 0.83 0.75 0.65 ]
  202.     }
  203.  
  204.     CustomOrbit "mars"
  205.     EllipticalOrbit
  206.     {
  207.     Period            1.8809
  208.     SemiMajorAxis     1.5237
  209.     Eccentricity      0.0934
  210.     Inclination       1.8506
  211.     AscendingNode     49.479
  212.     LongOfPericenter 336.041
  213.         MeanLongitude    355.453
  214.     }
  215.  
  216.     RotationPeriod    24.622962
  217.     Obliquity         23.98
  218.     LongOfRotationAxis 262.78
  219.  
  220.     Albedo            0.150
  221. }
  222.  
  223. "Phobos" "Sol/Mars"
  224. {
  225.     Mesh "phobos.3ds"
  226.     Texture "phobos.jpg"
  227.     # BumpMap "phobosbump.jpg"
  228.     # BumpHeight 5
  229.     Radius 11
  230.  
  231.     EllipticalOrbit
  232.     {
  233.     Period         0.318910
  234.     SemiMajorAxis  9377.2
  235.     Eccentricity   0.0151
  236.     Inclination    1.082
  237.     MeanAnomaly    50
  238.     }
  239.  
  240.     Albedo         0.07
  241. }
  242.  
  243. "Deimos" "Sol/Mars"
  244. {
  245.     Mesh "deimos.3ds"
  246.     Texture "deimos.jpg"
  247.     Radius 6
  248.  
  249.     EllipticalOrbit
  250.     {
  251.     Period         1.262441
  252.     SemiMajorAxis  23463.2
  253.     Eccentricity   0.00033
  254.     Inclination    1.791
  255.     MeanAnomaly    150
  256.     }
  257.  
  258.     Albedo         0.08
  259. }
  260.  
  261. "Jupiter" "Sol"
  262. {
  263.     Texture "jupiter.jpg"
  264.     HazeColor [ 0.4 0.45 0.5 ]
  265.     HazeDensity 0.3
  266.  
  267.     Radius 71398
  268.     Oblateness 0.064
  269.  
  270.     CustomOrbit "jupiter"
  271.     EllipticalOrbit
  272.     {
  273.     Period           11.8622
  274.     SemiMajorAxis     5.2034
  275.     Eccentricity      0.0484
  276.     Inclination       1.3053
  277.     AscendingNode   100.556
  278.     LongOfPericenter 14.7539
  279.         MeanLongitude    34.404
  280.     }
  281.  
  282.     RotationPeriod    9.92425
  283.     Obliquity         3.08
  284.     LongOfRotationAxis 0 # Not correct, but necessary with current 
  285.                              # calculations of satellite positions
  286.                          # old values: 337.68, 157.68
  287.     Albedo            0.51
  288. }
  289.  
  290. "Amalthea" "Sol/Jupiter"
  291. {
  292.     Texture "asteroid.jpg"
  293.     BlendTexture true
  294.     Color   [ 0.5 0.12 0.16 ]
  295.     Mesh "amalthea.3ds"
  296.     Radius    124
  297.  
  298.     EllipticalOrbit
  299.     {
  300.     Period          0.498179
  301.     SemiMajorAxis   181300
  302.     Eccentricity    0.003
  303.     Inclination     0.40
  304.     MeanAnomaly     210
  305.     }
  306.  
  307.     Albedo          0.06
  308. }
  309.  
  310. "Io" "Sol/Jupiter"
  311. {
  312.     Texture "io.jpg"
  313.     # Texture "io2k.dds"
  314.     Radius   1821
  315.  
  316.     CustomOrbit "io"
  317.     EllipticalOrbit
  318.     {
  319.     Epoch 2443000.00038375
  320.     Period         1.769138
  321.     SemiMajorAxis  421600
  322.     Eccentricity   0.0041
  323.     Inclination    0.040
  324.     AscendingNode    312.981
  325.     LongOfPericenter  97.735
  326.     MeanLongitude    106.724
  327.     }
  328.  
  329.     Albedo         0.61
  330. }
  331.  
  332. "Europa" "Sol/Jupiter"
  333. {
  334.     Texture "europa.jpg"
  335.     Radius   1565
  336.  
  337.     CustomOrbit "europa"
  338.     EllipticalOrbit
  339.     {
  340.     Epoch 2443000.00038375
  341.     Period         3.551810
  342.     SemiMajorAxis  670900
  343.     Eccentricity   0.0101
  344.     Inclination    0.470
  345.     AscendingNode    101.087
  346.     LongOfPericenter 155.512
  347.     MeanLongitude    176.377
  348.     }
  349.  
  350.     Albedo         0.64
  351. }
  352.  
  353. "Ganymede" "Sol/Jupiter"
  354. {
  355.     Texture "ganymede.jpg"
  356.     Radius   2634
  357.  
  358.     CustomOrbit "ganymede"
  359.     EllipticalOrbit
  360.     {
  361.     Epoch 2443000.00038375
  362.     Period         7.154553
  363.     SemiMajorAxis  1070000
  364.     Eccentricity   0.0015
  365.     Inclination    0.195
  366.     AscendingNode    119.841
  367.     LongOfPericenter 188.831
  368.     MeanLongitude    121.206
  369.     }
  370.  
  371.     Albedo         0.42
  372. }
  373.  
  374. "Callisto" "Sol/Jupiter"
  375. {
  376.     Texture "callisto.jpg"
  377.     Radius   2403
  378.  
  379.     CustomOrbit "callisto"
  380.     EllipticalOrbit
  381.     {
  382.     Epoch 2443000.00038375
  383.     Period        16.689018
  384.     SemiMajorAxis  1883000
  385.     Eccentricity   0.007
  386.     Inclination    0.281
  387.     AscendingNode    323.265
  388.     LongOfPericenter 335.933
  389.     MeanLongitude     85.091
  390.     }
  391.  
  392.     Albedo         0.20
  393. }
  394.  
  395. "Galileo" "Sol/Jupiter"
  396. {
  397.     Class "spacecraft"
  398.     Mesh "galileo.3ds"
  399.     Radius   0.01
  400.  
  401.     EllipticalOrbit
  402.     {
  403.     Period        64.4068
  404.     SemiMajorAxis  4632880
  405.     Eccentricity   0.831774
  406.     Inclination    4.213
  407.     AscendingNode  59.562
  408.     ArgOfPericenter 97.224
  409.     TrueAnomaly    -66.619
  410.     }
  411.  
  412.     Albedo         0.50
  413. }
  414.  
  415. "Saturn" "Sol"
  416. {
  417.     Texture "saturn.jpg"
  418.     Color [ 1.0 1.0 0.85 ]
  419.     HazeColor [ 0.0 0.0 1 ]
  420.     HazeDensity 0.25
  421.     Radius 60330
  422.     Oblateness 0.1076
  423.  
  424.     CustomOrbit "saturn"
  425.     EllipticalOrbit
  426.     {
  427.     Period           29.4577
  428.     SemiMajorAxis     9.5371
  429.     Eccentricity      0.0542
  430.     Inclination       2.4845
  431.     AscendingNode   113.715
  432.     LongOfPericenter 92.432
  433.         MeanLongitude    49.944
  434.     }
  435.  
  436.     RotationPeriod      10.65622
  437.     Obliquity           28.052 # old value: 26.73
  438.     LongOfRotationAxis  168
  439.  
  440.     Albedo            0.50
  441.  
  442.     Rings {
  443.         Inner   74658
  444.         Outer  140000
  445.         Texture "saturn-rings.png"
  446.  
  447.         # Bjorn Jonsson <http://www.mmedia.is/~bjj> recommends this
  448.         # color for rendering Saturn's rings.  No idea if it's right,
  449.         # but it looks nice
  450.         Color  [ 1.0 0.88 0.82 ]
  451.     }
  452. }
  453.  
  454. "Mimas" "Sol/Saturn"
  455. {
  456.     Texture "mimas.jpg"
  457.     # Texture "white.jpg"
  458.     # BumpMap "mimasbump.jpg"
  459.     # BumpHeight 10.0
  460.     Color [ 0.75 0.63 0.58 ]
  461.     BlendTexture true
  462.     Radius    199
  463.  
  464.     CustomOrbit "mimas"
  465.     EllipticalOrbit
  466.     {
  467.     Period         0.9424218
  468.     SemiMajorAxis  185520
  469.     Eccentricity   0.0202
  470.     Inclination    1.53
  471.     MeanAnomaly    23
  472.     }
  473.  
  474.     Albedo         0.5
  475. }
  476.  
  477. "Enceladus" "Sol/Saturn"
  478. {
  479.     Texture "asteroid.jpg"
  480.     Radius     249
  481.  
  482.     CustomOrbit "enceladus"
  483.     EllipticalOrbit
  484.     {
  485.     Period         1.370218
  486.     SemiMajorAxis  238020
  487.     Eccentricity   0.0045
  488.     Inclination    0.02
  489.     MeanAnomaly    215
  490.     }
  491.  
  492.     Albedo         0.99
  493. }
  494.  
  495. "Tethys" "Sol/Saturn"
  496. {
  497.     Texture "tethys.jpg"
  498.     Radius     530
  499.  
  500.     CustomOrbit "tethys"
  501.     EllipticalOrbit
  502.     {
  503.     Period         1.887802
  504.     SemiMajorAxis  294660
  505.     Eccentricity   0.0
  506.     Inclination    1.09
  507.     MeanAnomaly    98
  508.     }
  509.  
  510.     Albedo         0.9
  511. }
  512.  
  513. "Dione" "Sol/Saturn"
  514. {
  515.     Texture "dione.jpg"
  516.     Radius     560
  517.  
  518.     CustomOrbit "dione"
  519.     EllipticalOrbit
  520.     {
  521.     Period         2.736915
  522.     SemiMajorAxis  377400
  523.     Eccentricity   0.0022
  524.     Inclination    0.02
  525.     MeanAnomaly    310
  526.     }
  527.  
  528.     Albedo         0.7
  529. }
  530.  
  531. "Rhea" "Sol/Saturn"
  532. {
  533.     Texture "rhea.jpg"
  534.     Radius     764
  535.  
  536.     CustomOrbit "rhea"
  537.     EllipticalOrbit
  538.     {
  539.     Period         4.517500
  540.     SemiMajorAxis  527040
  541.     Eccentricity   0.0010
  542.     Inclination    0.35
  543.     MeanAnomaly    190
  544.     }
  545.  
  546.     Albedo         0.7
  547. }
  548.  
  549. "Titan" "Sol/Saturn"
  550. {
  551.     Texture "titan.jpg"
  552.     Color [ 1.0 0.9 0.75 ]
  553.     HazeColor [ 0.2 0.5 1 ]
  554.     HazeDensity 1
  555.     Radius   2575
  556.  
  557.     Atmosphere {
  558.         Height 60
  559.         Lower [ 0.8 0.4 0.1 ]
  560.         Upper [ 0.0 0.0 0.9 ]
  561.         Sky [ 0.8 0.4 0.1 ]
  562.     }
  563.  
  564.     CustomOrbit "titan"
  565.     EllipticalOrbit
  566.     {
  567.     Period        15.945421
  568.     SemiMajorAxis  1221850
  569.     Eccentricity   0.0292
  570.     Inclination    0.33
  571.     MeanAnomaly    120
  572.     }
  573.  
  574.     Albedo         0.21
  575. }
  576.  
  577. "Hyperion" "Sol/Saturn"
  578. {
  579.     Mesh "hyperion.3ds"
  580.     Texture "asteroid.jpg"
  581.     Radius   205
  582.  
  583.     CustomOrbit "hyperion"
  584.     EllipticalOrbit
  585.     {
  586.     Period        21.276609
  587.     SemiMajorAxis  1481100
  588.     Eccentricity   0.1042
  589.     Inclination    0.43
  590.     MeanAnomaly    350
  591.     }
  592.  
  593.     # The rotation of Hyperion is chaotic; we don't attempt to model
  594.     # the rotation exactly, but instead use non-zero precession rate to
  595.     # make the rotation appear somewhat irregular.
  596.     Obliquity       25
  597.     RotationPeriod  336 # 13 days
  598.     PrecessionRate  15.65 # 23 days
  599.  
  600.     Albedo         0.3
  601. }
  602.  
  603. "Iapetus" "Sol/Saturn"
  604. {
  605.     Texture "iapetus.jpg"
  606.     Radius     718
  607.  
  608.     CustomOrbit "iapetus"
  609.     EllipticalOrbit
  610.     {
  611.     Period         79.330183
  612.     SemiMajorAxis  3561300
  613.     Eccentricity   0.0283
  614.     Inclination    7.52
  615.     MeanAnomaly    245
  616.     }
  617.  
  618.     Albedo         0.2
  619. }
  620.  
  621. "Phoebe" "Sol/Saturn"
  622. {
  623.     Mesh "roughsphere.cms"
  624.     Texture "asteroid.jpg"
  625.     Radius     110
  626.  
  627.     CustomOrbit "phoebe"
  628.     EllipticalOrbit
  629.     {
  630.     Epoch          2447892.5
  631.     Period         548.2122790
  632.     SemiMajorAxis  12944346
  633.     Eccentricity   0.16435
  634.     Inclination    174.751
  635.     LongOfPericenter 203.958
  636.     MeanLongitude  390.742
  637.     AscendingNode  233.037
  638.     }
  639.  
  640.     RotationPeriod 9.6
  641.  
  642.     Albedo         0.05
  643. }
  644.  
  645.  
  646. "Uranus" "Sol"
  647. {
  648.     Texture "uranus.jpg"
  649.     Color [ 0.75 0.85 1.0 ]
  650.     HazeColor [ 0.5 0.8 1.0 ]
  651.     HazeDensity 0.2
  652.     Radius 26200
  653.     Oblateness 0.024
  654.  
  655.     CustomOrbit "uranus"
  656.     EllipticalOrbit
  657.     {
  658.     Period           84.0139
  659.     SemiMajorAxis    19.1913
  660.     Eccentricity      0.0472
  661.     Inclination       0.7699
  662.     AscendingNode     74.230
  663.     LongOfPericenter 170.964
  664.         MeanLongitude    313.232
  665.     }
  666.  
  667.     RotationPeriod   17.24
  668.     Obliquity        97.92
  669.     LongOfRotationAxis 167.76
  670.  
  671.     Albedo            0.66
  672.  
  673.     Rings {
  674.         Inner  41800
  675.         Outer  51149
  676.         Texture "uranus-rings.png"
  677.     }
  678. }
  679.  
  680. "Miranda" "Sol/Uranus"
  681. {
  682.     Texture "miranda.jpg"
  683.     Radius   235
  684.  
  685.     CustomOrbit "miranda"
  686.     EllipticalOrbit
  687.     {
  688.     Period         1.413
  689.     SemiMajorAxis  129800
  690.     Eccentricity   0.0027
  691.     Inclination    4.22
  692.     MeanAnomaly    120
  693.     }
  694. }
  695.  
  696. "Ariel" "Sol/Uranus"
  697. {
  698.     Texture "ariel.jpg"
  699.     Radius   576
  700.  
  701.     CustomOrbit "ariel"
  702.     EllipticalOrbit
  703.     {
  704.     Period         2.520
  705.     SemiMajorAxis  191200
  706.     Eccentricity   0.0034
  707.     Inclination    0.31
  708.     MeanAnomaly    56
  709.     }
  710. }
  711.  
  712. "Umbriel" "Sol/Uranus"
  713. {
  714.     Texture "umbriel.jpg"
  715.     Radius   585
  716.  
  717.     CustomOrbit "umbriel"
  718.     EllipticalOrbit
  719.     {
  720.     Period         4.144
  721.     SemiMajorAxis  266000
  722.     Eccentricity   0.0050
  723.     Inclination    0.36
  724.     MeanAnomaly    280
  725.     }
  726. }
  727.  
  728. "Titania" "Sol/Uranus"
  729. {
  730.     Texture "titania.jpg"
  731.     Radius   789
  732.  
  733.     CustomOrbit "titania"
  734.     EllipticalOrbit
  735.     {
  736.     Period         8.706
  737.     SemiMajorAxis  435800
  738.     Eccentricity   0.0022
  739.     Inclination    0.10
  740.     MeanAnomaly    30
  741.     }
  742. }
  743.  
  744. "Oberon" "Sol/Uranus"
  745. {
  746.     Texture "oberon.jpg"
  747.     Radius   761
  748.  
  749.     CustomOrbit "oberon"
  750.     EllipticalOrbit
  751.     {
  752.     Period        13.463
  753.     SemiMajorAxis  583600
  754.     Eccentricity   0.0008
  755.     Inclination    0.10
  756.     MeanAnomaly    150
  757.     }
  758. }
  759.  
  760.  
  761. "Neptune" "Sol"
  762. {
  763.     Texture "neptune.jpg"
  764.     Color [ 0.75 0.75 1.0 ]
  765.     HazeColor [ 0.6 1 0.75 ]
  766.     HazeDensity 0.35
  767.     Radius 25225
  768.     Oblateness 0.027
  769.  
  770.     CustomOrbit "neptune"
  771.     EllipticalOrbit
  772.     {
  773.     Period           164.793
  774.     SemiMajorAxis     30.0690
  775.     Eccentricity      0.0086
  776.     Inclination       1.7692
  777.     AscendingNode   131.722
  778.     LongOfPericenter 44.971
  779.         MeanLongitude   304.880
  780.     }
  781.  
  782.     RotationPeriod   16.11
  783.     Obliquity        28.03
  784.     LongOfRotationAxis 49.235
  785.  
  786.     Albedo            0.62
  787. }
  788.  
  789. "Proteus" "Sol/Neptune"
  790. {
  791.     Mesh "proteus.3ds"
  792.     Texture "asteroid.jpg"
  793.     Radius   218
  794.  
  795.     EllipticalOrbit
  796.     {
  797.     Period         1.122315
  798.     SemiMajorAxis  117647
  799.     Eccentricity   0.000
  800.     Inclination    0.55
  801.     MeanAnomaly    310
  802.     }
  803.  
  804.     Albedo         0.2
  805. }
  806.  
  807. "Triton" "Sol/Neptune"
  808. {
  809.     Texture "triton.jpg"
  810.     Radius   1353
  811.  
  812.     Atmosphere {
  813.         Height 1
  814.         Lower [ 0.5 0.5 0.5 ]
  815.         Upper [ 0.5 0.5 0.5 ]
  816.         Sky [ 0.0 0.0 0.0 ]
  817.     }
  818.  
  819.     EllipticalOrbit
  820.     {
  821.     Period         5.876854
  822.     SemiMajorAxis  354760
  823.     Eccentricity   0.00004
  824.     Inclination    156.834
  825.     MeanAnomaly    120
  826.     }
  827.  
  828.     Albedo         0.7
  829. }
  830.  
  831. "Nereid" "Sol/Neptune"
  832. {
  833.     Mesh "asteroid.cms"
  834.     Texture "asteroid.jpg"
  835.     Radius   170
  836.  
  837.     EllipticalOrbit
  838.     {
  839.     Period         360.13619
  840.     SemiMajorAxis  5513400
  841.     Eccentricity   0.7512
  842.     Inclination    7.23
  843.     MeanAnomaly    185
  844.     }
  845. }
  846.  
  847.  
  848. "Pluto" "Sol"
  849. {
  850.     Texture "pluto.jpg"
  851.     BumpMap "plutobump1k.jpg"
  852.     BumpHeight 2.5
  853.     Radius 1137
  854.  
  855.     CustomOrbit "pluto"
  856.     EllipticalOrbit
  857.     {
  858.     Period            248.54
  859.     SemiMajorAxis     39.48168677
  860.     Eccentricity       0.24880766
  861.     Inclination       17.14175
  862.     AscendingNode    110.30347
  863.     LongOfPericenter 224.06776
  864.         MeanLongitude    238.92881
  865.     }
  866.  
  867.     RotationPeriod  153.29
  868.     Obliquity       122.53
  869.     Albedo            0.3
  870. }
  871.  
  872. "Charon" "Sol/Pluto"
  873. {
  874.     Texture "charon.jpg"
  875.     Radius   593
  876.  
  877.     EllipticalOrbit
  878.     {
  879.     Period         6.387083
  880.     SemiMajorAxis  19636
  881.     Eccentricity   0.0076
  882.     Inclination    0.0 # 96.163 degrees relative to ecliptic
  883.     MeanAnomaly    120
  884.     }
  885.     
  886.     Albedo         0.3
  887. }
  888.  
  889.  
  890. # A few asteroids for fun . . .
  891. "Ceres" "Sol"
  892. {
  893.     Class "asteroid"
  894.     Texture "asteroid.jpg"
  895.     Radius 456
  896.  
  897.     EllipticalOrbit
  898.     {
  899.     Epoch      2452600.5
  900.     Period            4.60014
  901.     SemiMajorAxis     2.7660
  902.     Eccentricity      0.0793
  903.     Inclination      10.584
  904.     AscendingNode    80.483
  905.     ArgOfPericenter  74.043
  906.         MeanAnomaly     232.067
  907.     }
  908.  
  909.     RotationPeriod    9.075
  910. }
  911.  
  912. "Pallas" "Sol"
  913. {
  914.     Class "asteroid"
  915.     Texture "asteroid.jpg"
  916.     Radius 260
  917.  
  918.     EllipticalOrbit
  919.     {
  920.     Epoch      2452600.5
  921.     Period            4.61868
  922.     SemiMajorAxis     2.7733
  923.     Eccentricity      0.2300
  924.     Inclination      34.846
  925.     AscendingNode   173.166
  926.     ArgOfPericenter 310.423
  927.         MeanAnomaly     218.057
  928.     }
  929.  
  930.     RotationPeriod    7.811
  931. }
  932.  
  933. "Juno" "Sol"
  934. {
  935.     Class "asteroid"
  936.     Texture "asteroid.jpg"
  937.     Radius 120
  938.  
  939.     EllipticalOrbit
  940.     {
  941.     Epoch      2452600.5
  942.     Period            4.35540
  943.     SemiMajorAxis     2.6669
  944.     Eccentricity      0.2589
  945.     Inclination      12.972
  946.     AscendingNode   170.133
  947.     ArgOfPericenter 247.948
  948.         MeanAnomaly     119.146
  949.     }
  950.  
  951.     RotationPeriod    7.811
  952. }
  953.  
  954. "Vesta" "Sol"
  955. {
  956.     Class "asteroid"
  957.     Mesh   "vesta.3ds"
  958.     Texture "asteroid.jpg"
  959.     Radius 265
  960.  
  961.     EllipticalOrbit
  962.     {
  963.     Epoch       2452000.5
  964.     Period            3.62729
  965.     SemiMajorAxis     2.3670775
  966.     Eccentricity      0.089753
  967.     Inclination       7.1346
  968.     AscendingNode   103.9510
  969.     ArgOfPericenter 149.4585
  970.         MeanAnomaly     104.980
  971.     }
  972.  
  973.     RotationPeriod    5.342
  974. }
  975.  
  976. "Gaspra" "Sol"
  977. {
  978.     Class "asteroid"
  979.     Mesh "gaspra.3ds"
  980.     Texture "asteroid.jpg"
  981.     Color   [ 0.52 0.47 0.42 ]
  982.     BlendTexture true
  983.  
  984.     Radius 9.5
  985.  
  986.     EllipticalOrbit
  987.     {
  988.     Epoch           2452332.5
  989.     Period          3.284564
  990.     SemiMajorAxis   2.2096245
  991.     Eccentricity    0.1730324
  992.     Inclination     4.10285
  993.     AscendingNode   253.31108
  994.     ArgOfPericenter 129.42680
  995.     MeanAnomaly     353.04048
  996.     }
  997.  
  998.     RotationPeriod 7.042
  999.     Albedo 0.1
  1000. }
  1001.  
  1002. "Ida" "Sol"
  1003. {
  1004.     Class "asteroid"
  1005.     Mesh   "ida.3ds"
  1006.     Texture "asteroid.jpg"
  1007.     Radius 45
  1008.  
  1009.     EllipticalOrbit
  1010.     {
  1011.     Period            4.84
  1012.     SemiMajorAxis     2.861
  1013.     Eccentricity      0.0451
  1014.     Inclination       1.14
  1015.     AscendingNode   324.419
  1016.     ArgOfPericenter 112.419
  1017.         MeanAnomaly      92.511
  1018.     }
  1019.  
  1020.     RotationPeriod    4.633
  1021. }
  1022.  
  1023. "Dactyl" "Sol/Ida"
  1024. {
  1025.     Class "asteroid"
  1026.     # Data for Dactyl is a very rough guess based on a value of
  1027.     # 2.8 g/cm^3 for Ida
  1028.     Texture "asteroid.jpg"
  1029.     Mesh "roughsphere.cms"
  1030.     Radius   0.7
  1031.  
  1032.     EllipticalOrbit
  1033.     {
  1034.     Period         1.13
  1035.     SemiMajorAxis  98
  1036.     Eccentricity   0.05
  1037.     }
  1038. }
  1039.  
  1040.  
  1041. "Eros" "Sol"
  1042. {
  1043.     Class "asteroid"
  1044.     Mesh   "eros.3ds"
  1045.     Texture "asteroid.jpg"
  1046.     # Color sampled from true color photo taken by NEAR
  1047.     Color   [ 0.52 0.47 0.42 ]
  1048.     BlendTexture true
  1049.     Radius 16.5
  1050.  
  1051.     EllipticalOrbit
  1052.     {
  1053.     Period            1.76
  1054.     SemiMajorAxis     1.4583
  1055.     Eccentricity      0.2230
  1056.     Inclination      10.831
  1057.     AscendingNode   304.435
  1058.     ArgOfPericenter   0.987
  1059.         MeanAnomaly     310.0
  1060.     }
  1061.  
  1062.     RotationPeriod    5.270
  1063.     Albedo            0.16
  1064. }
  1065.  
  1066. "Toutatis" "Sol"
  1067. {
  1068.     Class "asteroid"
  1069.     Mesh   "toutatis.3ds"
  1070.     Texture "asteroid.jpg"
  1071.     # We'll just use the same color as Eros
  1072.     Color   [ 0.52 0.47 0.42 ]
  1073.     BlendTexture true
  1074.     Radius  2.3
  1075.  
  1076.     EllipticalOrbit
  1077.     {
  1078.     Period            3.976715
  1079.     SemiMajorAxis     2.5100537
  1080.     Eccentricity      0.6342274
  1081.     Inclination       0.46959
  1082.     AscendingNode   128.24788
  1083.     ArgOfPericenter 274.78070
  1084.         MeanAnomaly      86.28120
  1085.     Epoch        2452200.5
  1086.     }
  1087.  
  1088.     Obliquity       35
  1089.     RotationPeriod  129.6 # 5.41 days
  1090.     PrecessionRate  48.98 # 7.35 day period
  1091.  
  1092.     Albedo            0.16
  1093. }
  1094.  
  1095. "Geographos" "Sol"
  1096. {
  1097.     Class "asteroid"
  1098.     Mesh   "geographos.3ds"
  1099.     Texture "asteroid.jpg"
  1100.     # We'll just use the same color as Eros
  1101.     Color   [ 0.52 0.47 0.42 ]
  1102.     BlendTexture true
  1103.     Radius  1.0
  1104.  
  1105.     EllipticalOrbit
  1106.     {
  1107.     Period            1.39 
  1108.     SemiMajorAxis     1.2455
  1109.     Eccentricity      0.3354
  1110.     Inclination      13.34
  1111.     AscendingNode   337.352
  1112.     ArgOfPericenter 276.756
  1113.         MeanAnomaly     180.595
  1114.     Epoch      2450800.5
  1115.     }
  1116.  
  1117.     RotationPeriod    5.222
  1118.     Albedo            0.16
  1119. }
  1120.  
  1121. "Kleopatra" "Sol"
  1122. {
  1123.     Class "asteroid"
  1124.     Mesh   "kleopatra.3ds"
  1125.     Texture "asteroid.jpg"
  1126.     # We'll just use the same color as Eros
  1127.     Color   [ 0.52 0.47 0.42 ]
  1128.     BlendTexture true
  1129.     Radius  109
  1130.  
  1131.     EllipticalOrbit
  1132.     {
  1133.     Period            4.67
  1134.     SemiMajorAxis     2.793
  1135.     Eccentricity      0.2535
  1136.     Inclination      13.14
  1137.     AscendingNode   337.352
  1138.     ArgOfPericenter 276.756
  1139.         MeanAnomaly     180.595
  1140.     Epoch      2450800.5
  1141.     }
  1142.  
  1143.     RotationPeriod    5.385
  1144.     Albedo            0.16
  1145.     # Class M
  1146.  
  1147. }
  1148.  
  1149. "1998 KY26" "Sol"
  1150. {
  1151.     Class "asteroid"
  1152.     Mesh   "ky26.3ds"
  1153.     Texture "asteroid.jpg"
  1154.     # We'll just use the same color as Eros
  1155.     Color   [ 0.52 0.47 0.42 ]
  1156.     BlendTexture true
  1157.     Radius  0.015
  1158.  
  1159.     EllipticalOrbit
  1160.     {
  1161.     Period            1.3752
  1162.     SemiMajorAxis     1.2320798
  1163.     Eccentricity      0.20151423
  1164.     Inclination       1.48127
  1165.     AscendingNode    84.45490
  1166.     ArgOfPericenter 209.14766
  1167.         MeanAnomaly     356.6879717
  1168.     Epoch       2452000.5 
  1169.     }
  1170.  
  1171.     RotationPeriod    0.178
  1172.     Albedo            0.15
  1173.  
  1174. }
  1175.  
  1176. "Bacchus" "Sol"
  1177. {
  1178.     Class "asteroid"
  1179.     Mesh   "bacchus.3ds"
  1180.     Texture "asteroid.jpg"
  1181.     # We'll just use the same color as Eros
  1182.     Color   [ 0.52 0.47 0.42 ]
  1183.     BlendTexture true
  1184.     Radius  1.1
  1185.  
  1186.     EllipticalOrbit
  1187.     {
  1188.     Period            1.1223
  1189.     SemiMajorAxis     1.0781035
  1190.     Eccentricity      0.34951251
  1191.     Inclination       9.43160
  1192.     AscendingNode    33.23590
  1193.     ArgOfPericenter  55.18040
  1194.         MeanAnomaly     229.8627955
  1195.     Epoch       2452000.5 
  1196.     }
  1197.  
  1198.     RotationPeriod   14.9
  1199.     Albedo            0.15
  1200.  
  1201. }
  1202.  
  1203. "Golevka" "Sol"
  1204. {
  1205.     Class "asteroid"
  1206.     Mesh   "golevka.3ds"
  1207.     Texture "asteroid.jpg"
  1208.     # We'll just use the same color as Eros
  1209.     Color   [ 0.52 0.47 0.42 ]
  1210.     BlendTexture true
  1211.     Radius  0.53
  1212.  
  1213.     EllipticalOrbit
  1214.     {
  1215.     Period            3.982
  1216.     SemiMajorAxis     2.5120500
  1217.     Eccentricity      0.60117380
  1218.     Inclination       2.28701
  1219.     AscendingNode   212.16560
  1220.     ArgOfPericenter  65.25133
  1221.         MeanAnomaly     159.8983670
  1222.     Epoch       2452000.5 
  1223.     }
  1224.  
  1225.     RotationPeriod    6.026
  1226.     Albedo            0.15
  1227.  
  1228. }
  1229.  
  1230. "Castalia" "Sol"
  1231.     Class "asteroid"
  1232.     Mesh   "castalia.3ds"
  1233.     Texture "asteroid.jpg"
  1234.     # We'll just use the same color as Eros
  1235.     Color   [ 0.52 0.47 0.42 ]
  1236.     BlendTexture true
  1237.     Radius  2.0
  1238.  
  1239.     EllipticalOrbit
  1240.     {
  1241.     Period            4.67
  1242.     SemiMajorAxis     1.0632007
  1243.     Eccentricity      0.48324394
  1244.     Inclination       8.88806
  1245.     AscendingNode   325.71246
  1246.     ArgOfPericenter 121.26355
  1247.         MeanAnomaly     152.5186007
  1248.     Epoch       2452000.5 
  1249.     }
  1250.  
  1251.     RotationPeriod  130.0
  1252.     Albedo            0.15
  1253.  
  1254. }
  1255.  
  1256.  
  1257. # Comets
  1258. "Halley" "Sol"
  1259. {
  1260.     Class "comet"
  1261.     Mesh "asteroid.cms"
  1262.     Texture "asteroid.jpg"
  1263.     Radius 7.5
  1264.  
  1265.     EllipticalOrbit
  1266.     {
  1267.     Period            75.7
  1268.     SemiMajorAxis    17.9541
  1269.     Eccentricity      0.9673
  1270.     Inclination       162.24
  1271.     AscendingNode    58.86
  1272.     ArgOfPericenter 111.87
  1273.         MeanAnomaly       0.0
  1274.     Epoch       2446480.5
  1275.     }
  1276.  
  1277.     RotationPeriod  170     # Guess; see http://www.lpi.usra.edu/meetings/dps97/html/H2918/H2918.html
  1278.     Albedo            0.04
  1279. }
  1280.  
  1281. "Borrelly" "Sol"
  1282. {
  1283.     Class "comet"
  1284.     Mesh "borrelly.cms"
  1285.     Texture "asteroid.jpg"
  1286.     Radius 2.5
  1287.  
  1288.     EllipticalOrbit
  1289.     {
  1290.     Period            6.8631
  1291.     SemiMajorAxis     3.61145
  1292.     Eccentricity      0.623919
  1293.     Inclination       30.3244
  1294.     AscendingNode    75.4248
  1295.     ArgOfPericenter 353.3741
  1296.         MeanAnomaly       0.0
  1297.     Epoch       2452200.5
  1298.     }
  1299.  
  1300.     RotationPeriod  170     #
  1301.     Albedo            0.04
  1302. }
  1303.  
  1304. "Ikeya-Zhang" "Sol" 
  1305.     Class "comet"
  1306.     Texture "asteroid.jpg" 
  1307.     Mesh "roughsphere.cms"
  1308.  
  1309.     EllipticalOrbit 
  1310.     { 
  1311.     Period 367.181906
  1312.     SemiMajorAxis 51.276792
  1313.     Eccentricity 0.990111 
  1314.     Inclination 28.1206
  1315.     AscendingNode 93.3718
  1316.     ArgOfPericenter 34.6666 
  1317.     MeanAnomaly 0
  1318.     Epoch 2452352.47847
  1319.     } 
  1320.  
  1321.     # These are all made up (copied from Halley) 
  1322.     Radius 7.5 
  1323.     RotationPeriod 170 
  1324.     Albedo 0.04 
  1325. }
  1326.  
  1327. # Centaurs
  1328. "Chiron" "Sol"
  1329. {
  1330.     Class "asteroid"
  1331.     Texture "asteroid.jpg"
  1332.     Radius 90
  1333.  
  1334.     EllipticalOrbit
  1335.     {
  1336.     Period            50.7
  1337.     SemiMajorAxis     13.6481
  1338.     Eccentricity      0.3806
  1339.     Inclination       6.937
  1340.     AscendingNode   209.381
  1341.     ArgOfPericenter 339.483
  1342.         MeanAnomaly      13.177
  1343.     Epoch       2450800.5
  1344.     }
  1345.  
  1346.     RotationPeriod    5.9
  1347. }
  1348.  
  1349. # Kuiper belt objects
  1350.  
  1351. # 20000 Varuna
  1352. "Varuna" "Sol"
  1353. {
  1354.     Class "asteroid"
  1355.     Texture "asteroid.jpg"
  1356.     Radius 450
  1357.  
  1358.     EllipticalOrbit
  1359.     {
  1360.     Period           284.664
  1361.     SemiMajorAxis     43.274
  1362.     Eccentricity      0.056
  1363.     Inclination      17.1
  1364.     AscendingNode    97.3
  1365.     ArgOfPericenter 274.9
  1366.         MeanAnomaly      81.7
  1367.     Epoch       2452003.0
  1368.     }
  1369.  
  1370.     Albedo 0.07
  1371.  
  1372.     RotationPeriod     48.0   # Just a guess . . .
  1373. }
  1374.  
  1375. # 2001 KX76
  1376. "2001 KX76" "Sol"
  1377. {
  1378.     Class "asteroid"
  1379.     Texture "asteroid.jpg"
  1380.     Radius 600
  1381.  
  1382.     EllipticalOrbit
  1383.     {
  1384.     Period           245.797
  1385.     SemiMajorAxis     39.293
  1386.     Eccentricity      0.246
  1387.     Inclination      19.7
  1388.     AscendingNode    71.0
  1389.     ArgOfPericenter 301.0
  1390.         MeanAnomaly     258.8
  1391.     Epoch       2452003.0
  1392.     }
  1393.  
  1394.     Albedo 0.07
  1395.  
  1396.     RotationPeriod     48.0   # Just a guess . . .
  1397. }
  1398.